
/* -------------------------------------------------------------------------------
	Theme Name: Cocoia Blog 3.0 Beta
	Theme URI: http://cocoia.com
	Description: Third incarnation of Cocoia Blog
	Version: 3.0
	Author: Sebastiaan de With
	Author URI: http://www.cocoia.com/

   ------------------------------------------------------------------------------- */

/* general */
body{
	margin:0px auto;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#000000;
	background: #500000;
}
img {
	border:0px;
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
}

img.photo { 
	width: 50px; 
	height: 50px;
	position: relative;
	padding: 3px;
	border: 1px solid #989898;
	background-color: #FFF;

}

img.logo { 
	width: 510px;
	height: 386px;
	margin-left: -10px;
	z-index: 999;
}

span.photo {
	width:  55px;
	height: 55px;
	padding: 10px;
	background: url(images/photoshadow.png) no-repeat 11px 22px;
}



a {color: #a22b09; text-decoration: none;
	font-weight: bold;
}
a:hover {color: #ED1B23;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 12px;
	padding-bottom: 1px;
	text-align: left;
}

#comments p {
	line-height: 1.6em;
	padding-right: 12px;
	padding-left: 12px;
}

a.comment-edit-link {
	position: relative;
	top: 9px;
}

p.linky {
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #808080;
	text-align: center;
	text-shadow: #FFF 0 1px 0;
	width: 380px;
	margin-left: 90px;
	position: relative;
	top: 59px;
	display: block;
}

p.linkysingle {
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #808080;
	text-align: center;
	text-shadow: #FFF 0 1px 0;
	width: 450px;
	margin-left: 60px;
	position: relative;
	top: 46px;
	line-height: 1px;
	text-align: center;
	display: block;
}


p.linkysingle a{
	background: url(images/chevron.png) no-repeat right 5px;
	color: #808080;
	float: none;
	padding-right: 25px;
	

}

p.linkysingle a:hover {
	background: url(images/chevron-hover.png) no-repeat right 5px;
	color: #5d5d5d;
	padding-right: 25px;
	
	float: none;
}



p.linkysubtext {

	margin-left: 20px;
	margin-right: 20px;

}



p.linky a{
	background: url(images/chevron.png) no-repeat right 5px;
	color: #808080;
	float: none;
	text-align: center;
	padding-right: 25px;
	line-height: 1px;
}

p.linky a:hover {
	background: url(images/chevron-hover.png) no-repeat right 5px;
	color: #5d5d5d;
	float: none;
	text-align: center;
	padding-right: 25px;
	line-height: 1px;
}


hr {height:1px;border:none;border-top:1px dashed #a22d0c; width:97%;
	padding-top: 10px;
}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 20px;
	margin: 20px 10px 10px 10px;
	background: url(images/quote.png) no-repeat top left;
}

.interviewquote {
	clear: left;
	text-align: justify;
	padding: 0px 25px 0px 20px;
	margin: 20px 20px 10px 10px;
}


input {
	margin-bottom:5px;
	vertical-align: middle;
	background-color: #f9e2a7;
}

input:focus {
	
	background-color: #fff;

}


#Form form input {
	border: 1px solid #af9965
	
	}

#SendNow a.button span input.button {
	background: none;
	border: none;
}

#Form form p {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: 10px;
	color: #5d5135;
}


.pagetitle a{
	
	position:relative;
	left:40px;
	width: 457px;
	background-position: 0 4px;
	text-align: left;
	font: bold 34px/34px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #ffedb2 0 1px 0;
	z-index: 2;
	color: #000;
}

h3 {font-size: 21px;
	line-height: 26px;
	color: #5d492c;
}

select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	margin: 0 7px 2px -37px;
	display: inline;
	z-index: 9999;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.floatleftie {
	position: relative;
	right: ;
	overflow: visible;
	z-index: 99999;
	float: left;
	margin-right: -40px;
	height: 360px;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
/***** layout *****/
#base{
	margin: 0px auto;
	padding: 0px;
	overflow: visible;
}

#base2{
	position: relative;
	width:1040px;
	background: url(images/bodybg.jpg) repeat-y;
	margin: 0px auto;
	overflow: visible;
	z-index: 0;
}



#voetje {
	position: relative;
	overflow: hidden;
	width: 895px;
	height: 229px;
	background: url(images/voetje-bg.jpg);
	z-index: 1;
	right: 8px;
	color: #a22d0c;
	top: 229px;
	left: 28px;
	margin: 0px 100px 0 auto;
}


#voetje ul {
	
	list-style-type: none;
	width:200px;
	line-height: 18px;
}

#voetje li {
	width:200px;
	list-style-type: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#voetje li a {
	width:200px;
	list-style-type: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#voetje p {
	width: 870px;
	text-indent: 40px;
	font-weight: bold;
	font-size: 14px;
}
div#cocoia {
	position: relative;
	width: 200px;
	float: left;
	left: 100px;
	top: 14px;
}

div#icondesigner {
	position: relative;
	width: 200px;
	float: left;
	margin-left: -50px;
	display: block;
	left: 100px;
	top: 14px;
}

div#iconresource {
	position: relative;
	width: 200px;
	float: right;
	display: block;
	right: 90px;
	top: 14px;
}

div#cocoiablog {
	position: relative;
	width: 200px;
	float: right;
	right: 70px;
	top: 14px;
}

#header{
	position: relative;
	margin: 0px auto;
	width: 1049px;
	height: 626px;
	background: url(images/pagebgtop.jpg) 0 top;
}

#container{
	position:relative;
	overflow:hidden;
	width: 887px;
	bottom: 400px;
	z-index: 0;
	margin: 0px auto;
	right: 2px;
}

#sidebar{
	float: right;
	overflow:hidden;
	width:300px;
	color:#706D2A;
	padding-right: 0;
	padding-top: 54px;
	padding-bottom: 0px;
	position: relative;
	z-index: 0;
	left: 15px;
}

#content{
	float: left;
	overflow:hidden;
	width: 573px;
	z-index: 2;
	padding-left: 0;
	padding-top: 48px;
	margin: 0px auto 0px 0;
}

div.inlinelink {
	
	height: 124px;
	width: 551px;
	overflow: hidden;
	background: url(images/linkeditem.jpg);
	margin-bottom: 28px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#footeroverlord {
	
	overflow:hidden;
	bottom: ;
	position: relative;
	height: 512px;
	margin-left: auto;
	margin-right: auto;
		background: url(images/bg-footer.jpg) no-repeat 0 top;
	margin-top: -400px;
	z-index: 0;
}

div#snapback {

	text-align: center;
	width: 870px;
	margin: 0px auto;
	padding-top: 110px;
	height: 150px;
}

#footer{
	position:relative;
	display: inline;
	margin:-20px auto;
	height:541px; 
	line-height:1.3em;
	background: url(images/bg-footer.jpg) no-repeat 0 top;
	color:#000;
	font-size:11px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	bottom: 190px;
	z-index: -1;
}
#footer a,#footer a:hover{
	color: #a3a27d;
	text-decoration:underline;
}
/**** header ****/
#frame{
	position:absolute; 
	top:113px;
	left:462px; 
	width:315px;
	height:255px;
	border:0px red solid;
	background:url('images/frame-img.php') no-repeat;
}




	
#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: 'MS Sans Serif', Verdana, Tahoma; 
	/*font-style:italic;
	font-weight:bold;*/
	width:410px; 
	height:50px;
	left:10px; 
	top:85px; 
	text-align:center; 
	font-size:14px;
	letter-spacing: 1px;
	color:#fffffe; 
}
#header img.rss{
	position: absolute;
	left: 40px;
	top: 300px;
	height:58px;
	width:85px;
}

.searchbox {
	position:relative; 
	right: 45px;
	width:242px;
	height:30px; 
	border:0px;
	display: block;
	left: 620px;
	z-index: 1;
	bottom: 15px;
}

#footer p {
	
	position:relative; 
	width: 300px;
	top: 135px;
	left: 133px;
	font-size: 11px;
	color: #a3905e;
}
.search-field input {
	position:absolute;
	bottom: 40px;
	width:172px; 
	height:15px; 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
	left: 74px;
}
.search-but input {
	position:absolute;
	top:6px;
	right:3px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}

/***** sidebar *****/
#sidebar a{color: #444;text-decoration:none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#sidebar a:hover {color: #a22b09;text-decoration:none;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana,Arial;
	color: #545454;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #434343;
}
#sidebar ul ul li{
	line-height: 1.7em;
	font-size:12px;
	font-family:Verdana,Arial;
	list-style-position: outside;
	padding:0 5px 2px 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	margin-right: 0px;
}

#sidebar ul ul ul li {
	list-style-position: outside;
	font-size:12px;
	line-height: 1.7em; 
	font-family:Verdana,Arial;
	list-style-image: url('images/sb_arrow.jpg');
	margin: 0px 0px 0px 14px; 
	padding: 0px 0px 0px 0px;
	border:0px; 
	background:none;
}
#sidebar ul ul ul ul ul li{
	background:none;
}
#sidebar h1 {
	color: #000000;
	height: 24px;
	font: bold 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 4px 15px;
		background: url('images/sb_line.jpg') no-repeat bottom left;
}

#twitter-box{
	color: #000;
	width: 239px;

}

#twitterbg {
		background: url('images/twitterbox.jpg') no-repeat 0 0px;
		position: relative;
		bottom: 20px;
		width: 239px;
	height: 52px;
	z-index: -10;
}

#sidebar select{
	margin:5px 0px 2px 15px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}

/** menu **/
#menu ul {
	position:absolute;
	top: 10px;
	left: 242px;
	height: 18px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#menu ul li {
	display: inline;
	font-size: 12px;
	font-family:Verdana,Arial;
	font-weight: bold;
	color:#000000;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 16px;
	color: #000000;
	padding: 0px 8px 0px 8px;
	margin:0px 8px 0 0 ;
	text-decoration:none;
	border: 1px #BB985F solid;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#ffffff;
	background:#BB985F;
}

/***** content *****/




a.button {
	
    background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
    color: #363535;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
	position: relative;
	left: 12px;
}

a.button span {
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    height: 20px;
	padding-right: 0;
	padding-left: 18px;
	padding-top: 5px;
}


a.button:hover {
	height: 25px;
	background-position: right -49px;
    color: #000;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

a.button:hover span {
	height: 20px;
	background-position: left -49px;
    color: #000;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

a.button:active {
	outline: none;
	height: 25px;
    background-position: right -24px;
    background-attachment: scroll;
	background-repeat: no-repeat;
}

a.button:active span {
	height: 20px;
    background-position: left -24px;
}




.archivetitle {
	height:25px;
	color: #6e5634;
	font-size: 12px;
	font-variant: normal;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	text-indent: 8px;
}

.post_top{
	position: relative;
	margin:0;
	width:514px;
	background:url('images/postbgtop.jpg') no-repeat top;
	right: 5px;
	padding: 0;
}
.post{
	position:relative;
	width:514px;
	margin: 0 0 10px 0px;
	text-align: left;
	font-size: 13px;
}
.post_bottom{
	padding:0px 0px 0px 0px;

}
.post_content{
	position:relative;
	overflow:hidden;
	width:514px;
	margin: 0px 0px 0 0px;
	padding: 0px 30px 20px 34px;
	z-index: 0;
}

.posttitle{
	
	position:relative;
	left:110px;
	top: 17px;
	width: 457px;
	background-position: 0 4px;
	text-align: left;
	font: bold 34px/34px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #ffedb2 0 1px 0;
	z-index: 2;
}
.posttitle a,a:hover{
	color: #2a2c2e;
	text-decoration:none;
}

#filedownload a p:hover {
	color: #a02d0e;
}

a.more-link {
	left: 0;
	float: right;
	margin-right: 18px;
	margin-top: 32px;
}

.date_d {
	position: absolute;
	font-size: 31px;
	left:46px;
	top:36px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color: #a22b09;
}
.date_m {
	position:absolute;
	font-size: 15px;
	left:48px;
	top:25px;
	font-family:Arial, Verdana;
	font-weight:bold;
	color: #9c2e0d;
	text-transform: uppercase;
}
.date_y{
	position:absolute;
	left:60px;
	top:93px;
	font-size:10px;
	font-family:Arial, Verdana;
}
.entry {
	position:relative;
	width: 514px;
	color: #000000;
	line-height: 1.6em;
	text-align: left;
	padding: 24px 5px 10px 6px;
	margin:0px 0 0 0 ;
}

.info {
	position:relative;
	color:#000000;
	font: bold 10px/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: -8px;
	margin: 25px 5px 0 77px;
}
.info a{
	color: #9d2f0a;
}

.info a:hover {
	text-decoration: underline;
}

.postauthor {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color:#999999;
	background: url('images/author.jpg') no-repeat top left;
}

.category {
	font-size: 11px;
	color: #9e2d0b;
	text-transform: uppercase;
}


span.categorycount {
	background: url(images/count2.png) no-repeat center center;
	color: #9c2d0b;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin-right: 50px;
	margin-left: 10px;
	width: auto;
	padding: 1px 10px 1px 9px;
}


.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	color:#999999;
	background: url('images/tags.jpg') no-repeat top left;
}

#postbottom {
	height: 41px;
	background: url('images/postbottom.jpg') no-repeat top center;
	float: none;
}

#nocomments {
	width: 27px;
	height: 29px;
	float: left;
	text-align: center;
	margin-left: 10px;
		background: url('images/commentbubble.png') no-repeat 0 0;
	color: #FFF;
	padding-top: 2px;
	margin-top: 8px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#commentspostfooter {
	width: 112px;
	
}

#commentword {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 70px;
	overflow: hidden;
	top: 2px;
	float: right;
	margin-top: 12px;
}

.sorry {
	font-size: 11px;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #B1A074;
	background: #f8dd94;
	color: #17140d;
	font-weight: bold;
}

#content h1 {
}

.navigation {
	width: 512px;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	padding: 2px 10px 17px 13px;
}

/*** comment ***/
#postmetadata {
	margin: 10px 0px 20px 0px;
	padding: 5px 14px 5px 37px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 514px;
}
#comments{
	padding: 0 20px 0 37px;
	z-index: 2;
	width: 514px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
}
.commentlist {list-style: none;margin:0px;padding:0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}





#Trackies {
	position: relative;
	bottom: 30px;
	padding-bottom: 50px;
	}






.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.commenthead {
	height:34px;
	color: #000000;
	margin: 0px 0px 12px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #B1A074;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	border-top: 2px solid #a22b09;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}


div#commentbottom {
	
	height: 60px;
	background: url(images/commentbottom.jpg) no-repeat center -10px;
	margin-left: -8px;
	position: relative;
	bottom: 12px;
}

.adminhead {
	height:32px;
	color: #a22b09;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #B1A074;
	border-top-color: #a22b1d;
}

.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 40px;
	border-bottom: 1px dashed #B1A074;
	background: #F2ECCE url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	height: 0px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	background:#F2ECCE;
	visibility: hidden;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #caac6d;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 0px 0px;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.authorlink {color: #000000; font-size: 15px; 
	top: 10px;
	position: relative; 
	font-weight: bold;
	line-height:1.5em;
	padding-left: 10px;
}
.authorlink a {color: #000000; font-size: 15px; font-weight: bold;line-height:1.5em;
	position: relative;
}
.commentlink {font-size: 10px; color: #766b4d;
	float: right;
	position: relative;
	bottom: 7px;
	padding-right: 10px;
}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
	z-index: 2;
	width: 514px;
}
#email, #author, #url {
	color: #000000;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #B1A074;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 514px;
	color: #000000;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #B1A074;
	padding: 2px 2px 2px 2px;
	background-color: #f9e2a7;
}

#comment:focus {
	width: 514px;
	color: #000000;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #B1A074;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
}

#submit {
    text-decoration: none;
    border: none;
	background: none 0;
	margin-top: -1px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 1px;
}

#youtube {
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	width: 430px;
	background-color: #f4dc91;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px dashed #b62d0e;
	padding: 30px;
}

#filedownload {
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	width: 500px;
	background-color: #f4dc91;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 42px;
	border: 1px dashed #b62d0e;
}

#filedownload:hover {
	background-color: #f4dca4;
	
}

#filedownload img {
	
	max-width: 35px;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#filedownload p {
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #a02d0e;
	float: left;
	padding-left: 5px;
}

#Form form input.button {
		
	margin-left: 180px;
	height: 35px;
	width: 100px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top: 10px;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7a6039;
}

#Form form input.button:hover {
		
	margin-left: 180px;
	height: 35px;
	width: 100px;
	border: 1px solid #a53a1a;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top: 10px;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7a6039;
}



#Form form input.button:active {
		
	margin-left: 180px;
	height: 35px;
	width: 100px;
	background: #5d492c;
	border: 1px solid #5d492c;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin-top: 10px;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f9ebc7;
}




/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 170px;
	margin:0 0 0 10px;
	text-align: center;
	font-size:11px;
	color:#B1A074;
}

.wp-caption {  
    text-align: center;
    color:#B1A074;
}
.textwidget {
	background-position: 0;
	margin-right: 5px;
	margin-top: -25px;
}

.textwidget a img {
	padding: 2px 0;
	margin: 1px 0 0;
	position: relative;
}


#akismetwrap{
	margin:2px 0 2px 30px;
}
.rsswidget img {
	padding:0px;
	margin-top:2px;
	margin-left:-23px;
	background: fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	color: #fffffe;
	text-decoration:none;
}

img.currentlyplaying {
	position: relative;
	margin-top: 22px;
}



ul.related_post {
	list-style-type: none;
	padding-left: 0px;
}

ul.related_post img {
	border: 1px solid white;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-left: -10px;
}

div.img_related_post {
	width: 50px;
	float: left;
	clear: left;
	height: 50px;
}

div.text_related_post {
	float: none;
	clear: right;
	border-top: 1px dotted #978555;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -8px;
	
}

div.text_related_post p {
	padding-top: 5px;
}

div.text_related_post:hover {
	float: none;
	clear: right;
	background-color: #f3dba0;

}

ul.related_post div {
	height: 90px;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 5px;
}

div#ad {
	
	position: relative;
	height: 102px;
	margin: 30px 0 5px;
	width: 265px;
	background: url(http://blog.cocoia.com/adbg.png) no-repeat -17px;
}

#ad br {
		height: 0;
	line-height: 0;
}


img.fusionimg {
	float: left;
	border-right: solid #ccc 1px;
	position: relative;
	bottom: 2px;
	height: 100px;
	left: px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

span.fusiontext {
	position: absolute;
/*	float: left;*/
	margin-right: 10px;
	top: 7px;
	left: 144px;
	width: 115px;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#fusion {
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	right: 29px;
	bottom: 10px;
	
	
}

#ad a {
	font-weight: normal;
	font-style: normal;
}

#fusion a {
	position: relative;
	font-weight: bold;
	font-size: 8px;
}






